home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / asm_msc1.arc / SETERROR.DOC < prev    next >
Text File  |  1988-11-20  |  2KB  |  41 lines

  1.  
  2.        This program accepts one command line argument and sets the
  3.        DOS ERRORLEVEL to that argument.  Currently, this program has
  4.        a limit of 9 for the errorlevel, but apparently DOS has a a
  5.        much higher limit (FFh -- the code is returned in a half-reg).
  6.        An invalid or missing argument gives an error message and an
  7.        errorlevel 0.  This program requires DOS 2.0.
  8.  
  9.        Usage:
  10.              SETERROR n
  11.        where n is between 0 and 9.
  12.  
  13.  
  14.        Copyright (C) 1983  Tony Alan Rhea
  15.        This program may be copied and distributed for personal use
  16.        but not for profit provided this notice is included.  Author makes
  17.        no warranty, expressed or implied, as to the correct nature and
  18.        operation of this software.
  19.  
  20.        You may make and distribute as many copies of this program as you wish
  21.        for your PERSONAL use only ( NOT for business purposes, please! ).
  22.        Feel free to modify, mutilate, or adulterate this program.  If you come
  23.        up with an bug or improvement, please let me know by writing me at this
  24.        address:
  25.                Tony A. Rhea
  26.                1030 Ivy Lane
  27.                Cary, NC  27511
  28.        If you do modify it, please give me credit in the program.  This helps
  29.        to preserve my ego and increase my fame (but, unfortunately, NOT my
  30.        financial status).  Also, I would appreciate a copy of the modified
  31.        version, preferably on disk (I'll be happy to return your diskette).
  32.  
  33.        If you like this program ( or HATE it ), please let me know.  Drop me
  34.        a line at the address given above.
  35.  
  36.        This program has been submitted for publication in PC-WORLD magazine.
  37.  
  38.  
  39.          Revision history:
  40.             rev 1.0  10/24/83                         { original release }
  41.